home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / TEXTFILE.txt < prev   
Encoding:
Text File  |  1998-06-24  |  3.2 KB  |  62 lines

  1.   Just got the March archive from  Aminet  and  found a couple of things to
  2. comment on. In the beginning of  the  month  there  was a little discussion
  3. about folding loops, and I noticed one thing nobody mentioned.
  4.   The special thing about Procedure  and  End  Proc is that they have to be
  5. alone on a line. So when you fold up  a  procedure everything from the line
  6. below Procedure down to and including End Proc becomes invisible. Loop (and
  7. other block) commands can be anywhere on a line, e.g.
  8.  
  9. a$="":Repeat: A$=Inkey$:Until A<>""
  10.  
  11. This is a block all on one line; how  would  you  fold that? Some languages
  12. only permit one command on each line, who would  want that?
  13.  
  14.   Closer to the middle of the  month  someone  asked  for information about
  15. A\Box. Try  www.phase5.de/news/projectinfo/aboxe.  (The  final e stands for
  16. English, leave it out and you get  everything  in  German.) There is also a
  17. Norwegian amigite who's  got  a  great  site  with  lots of Amiga stuff (in
  18. English) including information about the 'box (and a picture of a prototype
  19. that looks really cool). I haven't  got  the  address here, but you may try
  20. searching for his name, which is Alf Inge Wang.
  21.  
  22.   There was also yet another  discussion  about long files. *sigh* What the
  23. "No limits" people seem to keep overlooking is that we're not talking about
  24. one big file or a few big files. I checked the March archive and found that
  25. there were 57 different  contributors.  Let's say there were no size limits
  26. and one tenth of them mailed a 100K file  - that's half a meg just from six
  27. people!  Not  to  mention  that  the  monthly  archives  grow  way  out  of
  28. proportion, which causes lots  of  trouble  for  "back  issue" readers like
  29. yours truly. Sure, to the  majority  (?)  who's  connected  at home and can
  30. download straightto the hard disk  it's  "only" a question of how much time
  31. and money they are willing to spend, but  to those who have to use floppies
  32. to bring stuff home it's a question  of  Can  or Can't! (I use a PC for net
  33. access which means the limit is 720K.)
  34.  
  35. Time to get a bit more personal...
  36.  
  37.   I noticed that one of my messages  got  a  bit messed up, with a chunk of
  38. Hotmail HTML code in the middle (!).  If  you got it that way too, all that
  39. got lost was the end of the last program line printing out the timing info.
  40. You can copy that from one of the other programs in the series. None of the
  41. following text was lost.
  42.  
  43.   *One* subscriber has asked for the betatest version of my text adventure.
  44. Well, now I've figured out some of the secrets of uploading stuff [and if I
  45. can do it, so can you... :\], so I'll put the file in the private directory
  46. on Aminet (at wustl.edu) where it  should  remain  long enough for everyone
  47. who's interested to download it and see  what they think about it. Look for
  48. Betaeven.lzh.  I'm  also  planning to upload  some "official" stuff.  Watch
  49. this space for further news.
  50.  
  51.   No, no, THIS space! :<)
  52.  
  53.   That was supposed to  be  a  snub-nosed  smiley,  in  case  anyone here's
  54. keeping track of these things.
  55.  
  56.            &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  57.  
  58.            "I'm on a seafood diet. When I see food - I eat it!"
  59.                                                 (Buster Bunny)
  60.            &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
  61.  
  62.